added SSCLI 1.0
[windows-sources.git] / shared source / sscli_ref_20021101 / docs / System.Runtime.Remoting.Channels.Http / System.Runtime.Remoting.Channels.Http.html
blob375366be15f492a97da68c7cbd9ca770c6a2f025
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
2 <head>
3 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <link rel="stylesheet" type="text/css" href="../refdoc.css">
5 <title>Namespace: System.Runtime.Remoting.Channels.Http</title>
6 </head>
7 <body>
8 <h2>Namespace: System.Runtime.Remoting.Channels.Http</h2>
9 <dl>
10 <dd>
11 <p> The <a href="../System.Runtime.Remoting.Channels.Http/System.Runtime.Remoting.Channels.Http.html">System.Runtime.Remoting.Channels.Http</a> namespace contains channels that use the HTTP protocol to transport messages and objects to and from remote locations. By default, the HTTP channels encode objects and method calls in SOAP format for transmission, but other encoding and decoding formatter sinks can be specified in the configuration properties of a channel. One of the most important classes of the <a href="../System.Runtime.Remoting.Channels.Http/System.Runtime.Remoting.Channels.Http.html">System.Runtime.Remoting.Channels.Http</a> namespace is the <a href="../System.Runtime.Remoting.Channels.Http/types/HttpChannel.html">HttpChannel</a> class.</p>
12 <p> The <a href="../System.Runtime.Remoting.Channels.Http/types/HttpChannel.html">HttpChannel</a> class combines the <a href="../System.Runtime.Remoting.Channels.Http/types/HttpClientChannel.html">HttpClientChannel</a> class and the <a href="../System.Runtime.Remoting.Channels.Http/types/HttpServerChannel.html">HttpServerChannel</a> class, and can be used to receive and send messages using the HTTP protocol.</p>
13 </dd>
14 </dl>
15 <h3>Members of System.Runtime.Remoting.Channels.Http Namespace</h3><b>Classes</b><dl>
16 <dd>
17 <table border="1" width="90%" style="border-collapse: collapse">
18 <tr valign="top">
19 <th bgcolor="#C0C0C0">Class</th>
20 <th bgcolor="#C0C0C0">
21 Description
22 </th>
23 </tr>
24 <tr valign="top">
25 <td width="30%"><a href="types/HttpChannel.html">class HttpChannel</a></td>
26 <td width="60%"> Provides an implementation for a sender-receiver channel that uses the HTTP protocol to transmit messages. 
27 </td>
28 </tr>
29 <tr valign="top">
30 <td width="30%"><a href="types/HttpClientChannel.html">class HttpClientChannel</a></td>
31 <td width="60%"> Provides an implementation for a client channel that uses the HTTP protocol to transmit messages. 
32 </td>
33 </tr>
34 <tr valign="top">
35 <td width="30%"><a href="types/HttpServerChannel.html">class HttpServerChannel</a></td>
36 <td width="60%"> Provides an implementation for a server channel that uses the HTTP protocol to transmit messages. 
37 </td>
38 </tr>
39 </table>
40 </dd>
41 </dl><br><b>Namepace hierarchy</b><br><ul class="none">
42 <li><a href="../System/types/Object.html">System.Object</a></li>
43 <ul class="none">
44 <li><a href="../System.Runtime.Remoting.Channels/types/BaseChannelObjectWithProperties.html">System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties</a></li>
45 <ul class="none">
46 <li><a href="../System.Runtime.Remoting.Channels/types/BaseChannelWithProperties.html">System.Runtime.Remoting.Channels.BaseChannelWithProperties</a></li>
47 <ul class="none">
48 <li><a href="../System.Runtime.Remoting.Channels.Http/types/HttpChannel.html">System.Runtime.Remoting.Channels.Http.HttpChannel</a> --- <a href="../System.Runtime.Remoting.Channels/types/IChannelReceiver.html">System.Runtime.Remoting.Channels.IChannelReceiver</a>, <a href="../System.Runtime.Remoting.Channels/types/IChannel.html">System.Runtime.Remoting.Channels.IChannel</a>, <a href="../System.Runtime.Remoting.Channels/types/IChannelSender.html">System.Runtime.Remoting.Channels.IChannelSender</a>, <a href="../System.Runtime.Remoting.Channels/types/IChannelReceiverHook.html">System.Runtime.Remoting.Channels.IChannelReceiverHook</a></li>
49 </ul>
50 <ul class="none">
51 <li><a href="../System.Runtime.Remoting.Channels.Http/types/HttpClientChannel.html">System.Runtime.Remoting.Channels.Http.HttpClientChannel</a> --- <a href="../System.Runtime.Remoting.Channels/types/IChannelSender.html">System.Runtime.Remoting.Channels.IChannelSender</a>, <a href="../System.Runtime.Remoting.Channels/types/IChannel.html">System.Runtime.Remoting.Channels.IChannel</a></li>
52 </ul>
53 <ul class="none">
54 <li><a href="../System.Runtime.Remoting.Channels.Http/types/HttpServerChannel.html">System.Runtime.Remoting.Channels.Http.HttpServerChannel</a> --- <a href="../System.Runtime.Remoting.Channels/types/IChannelReceiver.html">System.Runtime.Remoting.Channels.IChannelReceiver</a>, <a href="../System.Runtime.Remoting.Channels/types/IChannel.html">System.Runtime.Remoting.Channels.IChannel</a>, <a href="../System.Runtime.Remoting.Channels/types/IChannelReceiverHook.html">System.Runtime.Remoting.Channels.IChannelReceiverHook</a></li>
55 </ul>
56 </ul>
57 </ul>
58 </ul><br><i><a href="../documentation_license.txt">
59 Copyright (c) 2002 Microsoft Corporation. All rights reserved.
60 </a></i></body>
61 </html>